*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Montserrat',sans-serif;color:#000;background-color:#fffc00;background-image:radial-gradient(circle,rgba(255,255,255,0.2) 0,rgba(255,252,0,0) 70%)}body{display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;width:100%;max-width:600px}img.logo{width:80px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,0.1))}h1{font-weight:700;margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2}p{font-weight:400;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.5;max-width:90%}a.cta{display:inline-block;background-color:#fff;color:#000;border:2px solid #000;font-weight:700;text-decoration:none;padding:.75rem 2rem;border-radius:50px;box-shadow:0 4px 10px rgba(0,0,0,0.15);transition:transform .2s ease,box-shadow .2s ease}a.cta:hover,a.cta:focus{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,0.2)}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.9);color:#fff;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;transform:translateY(100%);transition:transform .3s ease-out;z-index:1000}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{color:#fff;margin:0;font-size:.9rem;text-align:center}#cookie-banner button{background-color:#fffc00;color:#000;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:700;font-family:'Montserrat',sans-serif}